OTInitNBPEntity
Initializes an NBP entity structure.C INTERFACE
void OTInitNBPEntity(NBPEntity* nbpEntity);C++ INTERFACES
None. C++ applications use the C interface to this function.PARAMETERS
nbpEntity
- A pointer to the NBP entity structure you wish to initialize.
DESCRIPTION
TheOTInitNBPEntity
function initializes an NBP entity structure, setting the name, type and zone parts of an NBP name to empty strings.SEE ALSO
The NBP entity structure is described in the section "The NBP Entity Structure," beginning on page 10-20.To store the name, type, and zone parts of an NBP name in an NBP entity structure, use the
OTSetNBPType
function (page 10-32), theOTSetNBPType
function (page 10-32), and theOTSetNBPZone
function (page 10-34), respectively.